home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
lyaplib
/
lyap_compute.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1989-12-18
|
199 b
|
10 lines
#include <stdio.h>
void lyap_compute(ftp)
FILE *ftp;
{
/* Not implemented yet */
/* use "fprintf(ftp," to write the information to a pipe */
/* use "lyap_get_command()" to process this info */
}